Pop Head
Command Prototype
item = Shift(array)
Command Description
Pops the beginning of an array, returning its first element and removing it from the array
Parameter Description
- Required Parameter
- array--The array to pop
- return
- item--The variable used to save the output of the function call